object Form1: TForm1 Left = -14 Top = 78 Width = 642 Height = 450 HorzScrollBar.Visible = False VertScrollBar.Visible = False Caption = 'Rename It!' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Menu = MainMenuEng Position = poScreenCenter OnActivate = FormActivate OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 74 Top = 355 Width = 28 Height = 13 Caption = 'label2' Visible = False end object Label4: TLabel Left = 187 Top = 355 Width = 32 Height = 13 Caption = 'Label4' Visible = False end object Label3: TLabel Left = 334 Top = 290 Width = 49 Height = 13 AutoSize = False end object Label1: TLabel Left = 74 Top = 337 Width = 184 Height = 13 Caption = 'Select Name Select Index List' Visible = False end object Label7: TLabel Left = 10 Top = 337 Width = 46 Height = 13 Caption = 'ItemIndex' Visible = False end object Label9: TLabel Left = 10 Top = 355 Width = 32 Height = 13 Caption = 'Label9' Visible = False end object Label5: TLabel Left = 279 Top = 291 Width = 48 Height = 13 Caption = 'Total Files' end object Label22: TLabel Left = 177 Top = 291 Width = 26 Height = 13 Caption = 'Mask' end object Button10: TButton Left = 350 Top = 52 Width = 33 Height = 231 TabOrder = 8 end object HeaderControl1: THeaderControl Left = 3 Top = 52 Width = 378 Height = 231 Align = alNone Sections = < item Alignment = taCenter AllowClick = False MaxWidth = 378 Width = 170 end> OnSectionTrack = HeaderControl1SectionTrack end object FilterComboBox1: TFilterComboBox Left = 9 Top = 254 Width = 159 Height = 21 FileList = FileListBox1 Filter = 'All files (*.*)|*.*|Graph|*.jpg;*.gif;*.bmp|Sound|*.wav;*.voc' TabOrder = 0 OnChange = DirectoryListBox1Change end object DriveComboBox1: TDriveComboBox Left = 9 Top = 58 Width = 159 Height = 19 DirList = DirectoryListBox1 TabOrder = 1 OnChange = DirectoryListBox1Change end object DirectoryListBox1: TDirectoryListBox Left = 9 Top = 80 Width = 159 Height = 169 Ctl3D = True FileList = FileListBox1 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 16 ParentCtl3D = False ParentFont = False TabOrder = 2 OnChange = DirectoryListBox1Change end object FileListBox1: TFileListBox Left = 177 Top = 58 Width = 200 Height = 218 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False PopupMenu = PopupMenu1 TabOrder = 3 OnChange = FileListBox1Change OnDblClick = FileListBox1DblClick end object Button1: TButton Left = 280 Top = 334 Width = 81 Height = 27 Caption = 'Display' TabOrder = 4 Visible = False OnClick = Button1Click end object PageControl1: TPageControl Left = 386 Top = 50 Width = 242 Height = 329 ActivePage = Single Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 5 TabWidth = 60 OnChange = PageControl1Change object Single: TTabSheet Caption = 'Single' object Shape3: TShape Left = 0 Top = -7 Width = 233 Height = 321 Brush.Color = 16777172 Pen.Color = 16777156 Pen.Width = 0 end object Label8: TLabel Left = 8 Top = 207 Width = 212 Height = 13 Caption = 'first upper,invert,capitalize,upper after '#39'x'#39' char' Visible = False end object Label11: TLabel Left = 24 Top = 220 Width = 133 Height = 13 Caption = 'upper in '#39'n'#39' char,to ascii only' Visible = False end object Label10: TLabel Left = 128 Top = 121 Width = 78 Height = 13 Caption = 'chg '#39'x'#39' char to '#39'x'#39 Visible = False end object Label6: TLabel Left = 48 Top = 195 Width = 158 Height = 13 Caption = 'del space (all,leave 1,left && right)' Visible = False end object btnGetLocalDT: TButton Left = 153 Top = 230 Width = 73 Height = 20 Caption = 'Current Time' TabOrder = 0 OnClick = btnGetLocalDTClick end object FileNameEdit: TEdit Left = 46 Top = 68 Width = 163 Height = 21 TabOrder = 1 Text = 'FileNameEdit' OnEnter = FileNameEditEnter OnExit = FileNameExtEditExit OnKeyPress = FileNameEditKeyPress end object FileExtEdit: TEdit Left = 46 Top = 94 Width = 163 Height = 21 TabOrder = 2 Text = 'FileExtEdit' OnEnter = FileNameEditEnter OnExit = FileNameExtEditExit OnKeyPress = FileNameEditKeyPress end object FileNameCase: TRadioGroup Left = 66 Top = 140 Width = 75 Height = 53 Caption = 'File Name' Color = 16777172 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemIndex = 0 Items.Strings = ( 'Normal' 'UPPER' 'lower') ParentColor = False ParentFont = False TabOrder = 3 OnClick = FileNameCaseClick end object btnPrev: TBitBtn Left = 8 Top = 69 Width = 32 Height = 19 Caption = 'Prev' TabOrder = 4 OnClick = btnPrevNextClick end object btnNext: TBitBtn Left = 8 Top = 97 Width = 32 Height = 18 Caption = 'Next' TabOrder = 5 OnClick = btnPrevNextClick end object FileExtCase: TRadioGroup Left = 151 Top = 140 Width = 66 Height = 53 Caption = 'File Ext' Color = 16777172 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemIndex = 0 Items.Strings = ( 'Normal' 'UPPER' 'lower') ParentColor = False ParentFont = False TabOrder = 6 OnClick = FileExtCaseClick end object BitBtn3: TBitBtn Left = 10 Top = 151 Width = 47 Height = 34 Caption = 'Rename' TabOrder = 7 OnClick = FileNameExtEditExit end object cbFileNameEdit: TCheckBox Left = 211 Top = 68 Width = 10 Height = 19 Caption = 'cbFileNameEdit' Color = 16777172 ParentColor = False State = cbChecked TabOrder = 8 OnClick = cbFileNameEditClick end object cbFileExtEdit: TCheckBox Left = 211 Top = 94 Width = 10 Height = 19 Caption = 'cbFileNameEdit' Color = 16777172 ParentColor = False State = cbChecked TabOrder = 9 OnClick = cbFileNameEditClick end object rgAutoNext: TRadioGroup Left = 24 Top = 6 Width = 185 Height = 49 Color = 16777172 Columns = 2 Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemIndex = 1 Items.Strings = ( 'Manual' 'Auto Next' 'Dbl Check' 'Recycle') ParentColor = False ParentCtl3D = False ParentFont = False TabOrder = 10 end object Button7: TButton Left = 8 Top = 120 Width = 113 Height = 18 Caption = 'Remove '#39'Copy of'#39 TabOrder = 11 Visible = False OnClick = ClickSelAll end object AdjYear: TEdit Left = 8 Top = 234 Width = 33 Height = 21 Hint = 'Year' ParentShowHint = False ShowHint = True TabOrder = 12 Text = '1990' OnChange = AdjYearChange end object YearUpDown: TUpDown Left = 41 Top = 234 Width = 15 Height = 21 Hint = 'Year' Associate = AdjYear Min = 1980 Max = 2100 ParentShowHint = False Position = 1990 ShowHint = True TabOrder = 13 Thousands = False Wrap = False end object AdjMonth: TEdit Left = 61 Top = 234 Width = 25 Height = 21 Hint = 'Month' ParentShowHint = False ShowHint = True TabOrder = 14 Text = '1' OnChange = AdjMonthChange end object MonthUpDown: TUpDown Left = 86 Top = 234 Width = 15 Height = 21 Hint = 'Month' Associate = AdjMonth Min = 1 Max = 12 ParentShowHint = False Position = 1 ShowHint = True TabOrder = 15 Wrap = False end object AdjDay: TEdit Left = 106 Top = 234 Width = 25 Height = 21 Hint = 'Day' ParentShowHint = False ShowHint = True TabOrder = 16 Text = '1' end object DayUpDown: TUpDown Left = 131 Top = 234 Width = 15 Height = 21 Hint = 'Day' Associate = AdjDay Min = 1 Max = 31 ParentShowHint = False Position = 1 ShowHint = True TabOrder = 17 Wrap = False end object btnGetFileDT: TButton Left = 153 Top = 250 Width = 73 Height = 20 Caption = ' File Time' TabOrder = 18 OnClick = btnGetFileDTClick end object AdjHour: TEdit Left = 8 Top = 266 Width = 25 Height = 21 Hint = 'Hour' ParentShowHint = False ShowHint = True TabOrder = 19 Text = '12' OnChange = AdjMonthChange end object UpDown1: TUpDown Left = 33 Top = 266 Width = 15 Height = 21 Hint = 'Hour' Associate = AdjHour Min = 0 Max = 23 ParentShowHint = False Position = 12 ShowHint = True TabOrder = 20 Thousands = False Wrap = False end object UpDown2: TUpDown Left = 86 Top = 266 Width = 15 Height = 21 Hint = 'Minute' Associate = AdjMin Min = 0 Max = 59 ParentShowHint = False Position = 0 ShowHint = True TabOrder = 21 Thousands = False Wrap = False end object UpDown3: TUpDown Left = 131 Top = 266 Width = 15 Height = 21 Hint = 'Second' Associate = AdjSec Min = 0 Max = 59 ParentShowHint = False Position = 0 ShowHint = True TabOrder = 22 Thousands = False Wrap = False end object AdjMin: TEdit Left = 61 Top = 266 Width = 25 Height = 21 Hint = 'Minute' ParentShowHint = False ShowHint = True TabOrder = 23 Text = '0' OnChange = AdjMonthChange end object AdjSec: TEdit Left = 106 Top = 266 Width = 25 Height = 21 Hint = 'Second' ParentShowHint = False ShowHint = True TabOrder = 24 Text = '0' OnChange = AdjMonthChange end object btnTouchFile: TButton Left = 153 Top = 270 Width = 73 Height = 20 Caption = 'Touch File' TabOrder = 25 OnClick = btnTouchFileClick end object chkAutoFileTime: TCheckBox Left = 156 Top = 254 Width = 13 Height = 12 Caption = 'chkAutoFileTime' Color = clBtnFace ParentColor = False State = cbChecked TabOrder = 26 end end object Group: TTabSheet Caption = 'Group' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False object Shape2: TShape Left = 0 Top = -4 Width = 233 Height = 325 Brush.Color = 13828036 Pen.Color = 13828036 Pen.Width = 0 end object Label20: TLabel Left = 159 Top = 110 Width = 33 Height = 13 Caption = 'Length' Color = 13828036 ParentColor = False end object Label15: TLabel Left = 158 Top = 97 Width = 62 Height = 13 Caption = 'Seq. Number' Color = 13828036 ParentColor = False end object Label12: TLabel Left = 6 Top = 38 Width = 26 Height = 13 Caption = 'Prefix' Color = 13828036 ParentColor = False end object Label16: TLabel Left = 56 Top = 28 Width = 25 Height = 13 Caption = 'Keep' Color = 13828036 ParentColor = False end object Label17: TLabel Left = 56 Top = 39 Width = 35 Height = 13 Caption = 'Original' Color = 13828036 ParentColor = False end object Label13: TLabel Left = 102 Top = 38 Width = 26 Height = 13 Caption = 'Suffix' Color = 13828036 ParentColor = False end object Label14: TLabel Left = 147 Top = 25 Width = 47 Height = 13 Caption = 'Start Seq.' Color = 13828036 Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False end object Label19: TLabel Left = 147 Top = 36 Width = 37 Height = 13 Caption = 'Number' Color = 13828036 Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False end object Label18: TLabel Left = 198 Top = 38 Width = 26 Height = 13 Caption = 'Suffix' Color = 13828036 ParentColor = False end object Shape1: TShape Left = 8 Top = 82 Width = 120 Height = 57 Brush.Color = 16309492 Pen.Color = 16309492 end object Label21: TLabel Left = 8 Top = 137 Width = 177 Height = 13 Caption = 'Keep Orig in Length n + Leading char' Visible = False end object cbLeading0: TCheckBox Left = 139 Top = 81 Width = 71 Height = 17 Caption = 'Leading 0' Color = 13828036 ParentColor = False TabOrder = 6 OnClick = cbLeading0Click end object CheckBox1: TCheckBox Left = 11 Top = 253 Width = 118 Height = 18 Caption = 'One by One Select' Color = 13828036 ParentColor = False TabOrder = 0 OnClick = CheckBox1Click end object btnGroupRename: TButton Left = 8 Top = 159 Width = 65 Height = 33 Caption = '&Rename' Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = btnGroupRenameClick end object Panel1: TPanel Left = 90 Top = 153 Width = 53 Height = 82 Color = clGreen TabOrder = 11 end object Button3: TButton Left = 99 Top = 196 Width = 35 Height = 27 Caption = '&None' TabOrder = 12 OnClick = ClickSelNone end object Button2: TButton Left = 99 Top = 162 Width = 35 Height = 27 Caption = '&All' TabOrder = 13 OnClick = ClickSelAll end object sAddinFront: TEdit Left = 6 Top = 54 Width = 49 Height = 21 TabOrder = 2 end object cbKeepOriName: TCheckBox Left = 66 Top = 54 Width = 14 Height = 16 Color = 13828036 ParentColor = False State = cbChecked TabOrder = 3 OnClick = cbKeepOriNameClick end object sAddinBack: TEdit Left = 91 Top = 54 Width = 57 Height = 21 TabOrder = 4 end object iStartSeqNumber: TMaskEdit Left = 148 Top = 54 Width = 38 Height = 21 EditMask = '99999;1; ' MaxLength = 5 TabOrder = 5 Text = '1 ' end object sAddinSeqBack: TEdit Left = 186 Top = 54 Width = 41 Height = 21 TabOrder = 10 end object iSeqLen: TMaskEdit Left = 138 Top = 101 Width = 17 Height = 21 Enabled = False EditMask = '9;1; ' MaxLength = 1 TabOrder = 7 Text = ' ' end object sChgGroupExt: TEdit Left = 14 Top = 105 Width = 73 Height = 21 Enabled = False TabOrder = 8 end object cbChgGroupExt: TCheckBox Left = 14 Top = 89 Width = 97 Height = 17 Caption = 'Change FileExt' Color = 16309492 Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False TabOrder = 9 OnClick = cbChgGroupExtClick end object cbChgGroupFn: TCheckBox Left = 16 Top = 6 Width = 105 Height = 17 Caption = 'Change FileName' Color = 13828036 Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False State = cbChecked TabOrder = 14 OnClick = cbChgGroupFnClick end object CheckBox2: TCheckBox Left = 11 Top = 269 Width = 105 Height = 23 Caption = 'Order Selection' Color = 13828036 ParentColor = False TabOrder = 15 Visible = False end object Button5: TButton Left = 128 Top = 272 Width = 81 Height = 20 Caption = 'Order Rename' TabOrder = 16 Visible = False end object Button6: TButton Left = 8 Top = 200 Width = 65 Height = 33 Caption = '&Select...' Enabled = False TabOrder = 17 end object Button8: TButton Left = 128 Top = 244 Width = 97 Height = 25 Caption = 'Remove '#39'Copy of'#39 TabOrder = 18 Visible = False OnClick = ClickSelAll end end end object Button9: TButton Left = 61 Top = 289 Width = 49 Height = 20 Caption = 'Refresh' TabOrder = 6 OnClick = ClickRefresh end object Button4: TButton Left = 128 Top = 312 Width = 49 Height = 25 Caption = 'Button4' TabOrder = 9 Visible = False OnClick = Button4Click end object Edit1: TEdit Left = 207 Top = 288 Width = 57 Height = 21 TabOrder = 10 Text = '*.*' OnChange = Edit1Change end object StatusBar1: TStatusBar Left = 0 Top = 382 Width = 634 Height = 22 Panels = < item Width = 450 end item Width = 50 end> SimplePanel = False end object ToolBar1: TToolBar Left = 0 Top = 0 Width = 634 Height = 45 ButtonHeight = 38 ButtonWidth = 39 EdgeBorders = [ebTop, ebBottom] EdgeOuter = esNone HotImages = ImageList1 Images = ImageList1 TabOrder = 12 object ToolButton1: TToolButton Left = 0 Top = 2 Width = 39 Height = 38 Hint = 'ToolButton1' Caption = 'ToolButton1' ImageIndex = 0 OnClick = mnuExitClickClick end object ToolButton2: TToolButton Left = 39 Top = 2 Width = 16 Height = 38 Caption = 'ToolButton2' ImageIndex = 1 Style = tbsSeparator end object cmdActiveSingle: TToolButton Left = 55 Top = 2 Width = 39 Height = 38 Hint = 'ToolButton3' Caption = 'cmdActiveSingle' ImageIndex = 1 OnClick = cmdActiveSingleClick end object cmdActiveGroup: TToolButton Left = 94 Top = 2 Width = 39 Height = 38 Hint = 'ToolButton4' Caption = 'cmdActiveGroup' ImageIndex = 2 OnClick = cmdActiveGroupClick end object ToolButton3: TToolButton Left = 133 Top = 2 Width = 36 Height = 38 Caption = 'ToolButton3' ImageIndex = 3 Style = tbsSeparator end object ToolButton4: TToolButton Left = 169 Top = 2 Width = 39 Height = 38 Hint = 'ToolButton4' Caption = 'ToolButton4' ImageIndex = 3 OnClick = mnuEngClickAbout end end object MainMenu1: TMainMenu Left = 304 Top = 312 object File1: TMenuItem Caption = '�ɮ�(&F)' object Register1: TMenuItem Caption = '���U(&R)' Enabled = False end object mnuExitClick: TMenuItem Caption = '�h�X(&X)' OnClick = mnuExitClickClick end end object About1: TMenuItem Caption = '����(&A)' Enabled = False end end object PopupMenu1: TPopupMenu Left = 272 Top = 312 object Delete1: TMenuItem Caption = '&Delete' Enabled = False OnClick = Delete1Click end end object MainMenuEng: TMainMenu Left = 336 Top = 312 object MenuItem1: TMenuItem Caption = '&File' object MenuItem3: TMenuItem Caption = 'E&xit' OnClick = mnuExitClickClick end end object Option1: TMenuItem Caption = 'Option' Enabled = False end object MenuItem4: TMenuItem Caption = '&About' OnClick = mnuEngClickAbout end end object ImageList1: TImageList Height = 32 Width = 32 Left = 544 Top = 2 Bitmap = { 4220000004000000424D42200000000000004200000028000000800000002000 000001001000030000000020000000000000000000000000000000000000007C 0000E00300001F00000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000010021002100210021002100210021002100210021002 1002100210021002100210021002100210021002100210021002100210021002 1002100210021002100200000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000001042104210421042104210421042 1042104210421042104210421042104210421042104210421042104210420000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000FF031042104218631042104210421042 FF03104210421042186310421042104210421042104210421042186310421042 1042FF0300000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000001042 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000FF031042104218631042104210421042 FF03104210421042186310421042104210421042104210421042186310421042 1042FF0300000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000186318631863186318631863186318631863 1863186318631863186318631863186318631863186318631863186300001042 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000FF0310421042FF7F1042104210421042 FF03104210421042FF7F10421042104210421042104210421042FF7F10421042 1042FF0300000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000186318631863186318631863186318631863 1863186300001863186318631863186318631863186318631863186300001042 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000FF031042104210421042104210421042 FF03104210421042104210421042104210421042104210421042104210421042 1042FF0300000000000000000000000000000000000000000000000000000000 0000FF7F00000000000000000000000000000000000000000000000000000000 0000000000000000000000000000186318631863186318631863186318631863 18630000FF7F0000186318631863186318631863186318631863186300001042 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000FF031042104210421042104210421042 FF03104210421042104210421042104210421042104210421042104210421042 1042FF0300000000000000000000000000000000000000000000000000000000 FF7FFF7FFF7FFF7F000000000000000000000000000000000000000000000000 0000000000000000000000000000186318631863186318631863186318631863 1863186300001863186318631863186318631863186318631863186300001042 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000FF03FF03104210421042104210421042 1042FF0310421042104210421042104210421042104210421042104210421042 FF03000000000000000000000000000000000000000000000000000010420000 FF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000000000000000 0000000000000000000000000000186318631863186318631863186318631863 1863186318631863186318631863186318631863186318631863186300001042 0000000000000000000000000000100210021002100210021002100210021002 1002100210021002100210021002100210021002100210021002100210021002 100210021002000000000000000000000000FF03104210421042104210421042 1042FF03FF03104210421042104210421042104210421042104210421042FF03 FF0300000000000000000000000000000000000000000000104200000000FF7F FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000 0000000000000000000000000000186318631863186318631863000000000000 0000000018631863186318631863186318631863186318631863186300001042 00000000000000000000000000000000FF031042104218631042104210421042 FF03104210421042186310421042104210421042104210421042186310421042 1042FF0300000000000000000000000000000000FF0310421042104210421042 10421042FF03FF031042104210421042104210421042104210421042FF03FF03 000000000000000000000000000000000000000018631042000010420000FF7F FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F000000000000000000000000 0000000000000000000000000000186318631863186318630000104210421042 1042000000000000000000000000000018631863186318631863186300001042 00000000000000000000000000000000FF031042104218631042104210421042 FF03104210421042186310421042104210421042104210421042186310421042 1042FF03000000000000000000000000000000000000FF03FF03104210421042 104210421042FF03FF03FF03104210421042104210421042FF03FF03FF030000 00000000000000000000000000000000186318631042000010420000FF7FFF7F FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000000000000 0000000000000000000000000000186318631863186300001042104210421042 0000104210420000000000000000000018631863186318631863186300001042 00000000000000000000000000000000FF0310421042FF7F1042104210421042 FF03104210421042FF7F10421042104210421042104210421042FF7F10421042 1042FF030000000000000000000000000000000000000000FF03FF0310421042 10421042FF0300000000FF03FF031042104210421042FF03FF03000000000000 00000000000000000000000018631863186310420000186310420000FF7FFF7F FF7FFF7FFF7FFF7FFF7FFF7F1F001F00FF7FFF7FFF7FFF7FFF7FFF7F00000000 0000000000000000000000000000186318631863186300001042104210421042 0000104210421042000000000000000018631863186318631863186300001042 00000000000000000000000000000000FF031042104210421042104210421042 FF03104210421042104210421042104210421042104210421042104210421042 1042FF030000000000000000000000000000000000000000FF03FF0310421042 10421042FF0300000000FF03FF031042104210421042FF03FF03000000000000 0000000000000000000018631863186310420000186310420000FF7FFF7F1F00 1F00FF7FFF7FFF7FFF7FFF7FFF7FFF7F1F001F00FF7FFF7FFF7FFF7FFF7FFF7F 0000000000000000000000000000186318631863186300000000000000000000 0000104210421042104200000000000018631863186318631863186300001042 00000000000000000000000000000000FF031042104210421042104210421042 FF03104210421042104210421042104210421042104210421042104210421042 1042FF030000000000000000000000000000000000000000FF03104210421042 104210421042FF030000FF03104210421042104210421042FF03000000000000 0000000000000000000000001863104200001863FF7F10420000FF7FFF7FFF7F FF7F1F00FF7FFF7FFF7F1F001F00FF7FFF7FFF7F1F00FF7FFF7FFF7FFF7FFF7F FF7FFF7F0000000000000000000018631863186318630000FF7F1863FF7F1863 0000104210421042104210420000000018631863186318631863186300001042 000000000000000000000000000000000000FF03104210421042104210421042 1042FF0310421042104210421042104210421042104210421042104210421042 FF0300000000000000000000000000000000000000000000FF03104218631042 104210421042FF030000FF03104218631042104210421042FF03000000000000 000000000000000000000000104200001863FF7F10420000FF7FFF7F1F001F00 FF7FFF7FFF7FFF7FFF7FFF7FFF7F1F001F00FF7FFF7FFF7FFF7FFF7FFF7FFF7F FF7FFF7FFF7F0000000000000000186318631863186318630000FF7F1863FF7F 1863000010421042104210421042000018631863186318631863186300001042 000000000000000000000000000000000000FF03104210421042104210421042 1042FF03FF03104210421042104210421042104210421042104210421042FF03 FF0300000000000000001002100210021002100210021002FF03104218631042 104210421042FF031002FF03104218631042104210421042FF03100210021002 1002100210021002100200000000104200001863104200000000FF7FFF7FFF7F 1F001F00FF7FFF7FFF7FFF7FFF7FFF7FFF7F1F001F00FF7FFF7FFF7FFF7FFF7F FF7FFF7F000000000000000000001863186318631863186300000000FF7F1863 FF7F186300000000104210421042000018631863186318631863186300001042 0000000000000000000000000000000000000000FF0310421042104210421042 10421042FF03FF031042104210421042104210421042104210421042FF03FF03 000000000000000000000000FF0310421042186310421042FF03104210421863 104210421042FF031042FF03104210421863104210421042FF03104210421863 104210421042FF0300000000000018631042000018631042104200000000FF7F FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F FF7FFF7F00000000000000000000186318631863186318630000000000000000 0000000000000000104210421042000018631863186318631863186300001042 00000000000000000000000000000000000000000000FF03FF03104210421042 104210421042FF03FF03FF03104210421042104210421042FF03FF03FF030000 000000000000000000000000FF0310421042186310421042FF03FF0310421042 10421042FF0310421042FF03FF031042104210421042FF03FF03104210421863 104210421042FF0300000000000000001863104200001863FF7F104210420000 0000FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F FF7F000000000000000000000000186318631863186318630000000000001863 1863186318630000104210421042000018631863186318631863186300001042 0000000000000000000000000000000000000000000000000000FF0310421042 10421042FF0300000000FF03FF031042104210421042FF03FF03000000000000 000000000000000000000000FF0310421042FF7F10421042FF031042FF03FF03 FF03FF03FF03104210421042FF03FF03FF03FF03FF03FF03104210421042FF7F 104210421042FF03000000000000000018631863104200001863FF7F18631042 104200000000FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10421863FF7FFF7F FF7F000000000000000000000000186318631863186318630000000000001863 1863186318630000104210421042000018631863186318631863186300001042 0000000000000000000000000000000000000000000000000000FF0310421042 10421042FF0300000000FF03FF031042104210421042FF03FF03000000000000 000000000000000000000000FF0310421042104210421042FF03104210421042 10421042FF031042104210421042104210421042104210421042104210421042 104210421042FF030000000000000000000018631863104200001863FF7F1863 FF7F1042104200000000FF7FFF7FFF7FFF7FFF7FFF7F18631F7C1F7C1042FF7F 0000000000000000000000000000186318631863186318630000000000001863 1863186318630000104210421042000018631863186318631863186300001042 000000000000000000000000000000000000000000000000FF03104210421042 104210421042FF030000FF03104210421042104210421042FF03000000000000 000000000000000000000000FF0310421042104210421042FF03104210421042 10421042FF031042104210421042104210421042104210421042104210421042 104210421042FF0300000000000000000000186318631863104200001863FF7F 1863FF7F18631042104200000000FF7FFF7FFF7FFF7F10421F7C1F7C1863FF7F 0000000000000000000000000000186318631863186318630000000000000000 1863186318631863000010421042000018631863186318631863186300001042 000000000000000000000000000000000000000000000000FF03104218631042 104210421042FF030000FF03104218631042104210421042FF03000000000000 000000000000000000000000FF03FF0310421042104210421042FF0310421042 104210421042FF03104210421042104210421042104210421042104210421042 10421042FF030000000000000000000000000000186318631863104200001863 FF7F1863FF7F1863FF7F1042104200000000FF7FFF7FFF7F18631042FF7F0000 0000000000000000000000000000186318631863186318630000000000000000 0000186318631863186300001042000018631863186318631863186300001042 000000000000000000000000000000000000000000000000FF03104218631042 104210421042FF030000FF03104218631042104210421042FF03000000000000 0000000000000000000000000000FF0310421042104210421042FF0310421042 104210421042FF03FF0310421042104210421042104210421042104210421042 1042FF03FF030000000000000000000000000000186318631863186310420000 1863FF7F1863FF7F1863FF7F18631042104200000000FF7FFF7FFF7FFF7F0000 0000000000000000000000000000186318631863186318630000000000000000 0000000000000000000000000000000018631863186318631863186300001042 000000000000000000000000000000000000000000000000FF03104210421863 104210421042FF030000FF03104210421863104210421042FF03000000000000 00000000000000000000000000000000FF0310421042104210421042FF031042 1042104210421042FF03FF031042104210421042104210421042104210421042 FF03FF0300000000000000000000000000000000000018631863186318631042 00001863FF7F1863FF7F1863FF7F1863FF7F1042104200000000FF7F00000000 0000000000000000000000000000186318631863186318630000000000000000 0000000000000000000000000000000018631863186318631863186300001042 0000000000000000000000000000000000000000000000000000FF0310421042 10421042FF0300000000FF03FF031042104210421042FF03FF03000000000000 000000000000000000000000000000000000FF03FF031042104210421042FF03 FF031042104210421042FF03FF03FF03104210421042104210421042FF03FF03 FF03000000000000000000000000000000000000000018631863186318631863 104200001863FF7F1863FF7F1863FF7F1863FF7F186300000000000000000000 0000000000000000000000000000186318631863186318631863186318631863 1863186318631863186318631863186318631863186318631863186300001042 00000000000000000000000000000000000000000000000000000000FF03FF03 FF03FF030000000000000000FF03FF03FF03FF03FF03FF030000000000000000 0000000000000000000000000000000000000000FF03FF031042104210421042 FF03FF031042104210421042FF030000FF031042104210421042FF03FF030000 0000000000000000000000000000000000000000000000001863186318631863 1863104200001863FF7F1863FF7F1863FF7F1863000000000000000000000000 0000000000000000000000000000186318631863186318631863186318631863 1863186300001863186318631863186318631863186318631863186300001042 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000FF03FF031042104210421042 FF03FF031042104210421042FF030000FF031042104210421042FF03FF030000 0000000000000000000000000000000000000000000000001863186318631863 18631863104200001863FF7F1863FF7F18630000000000000000000000000000 0000000000000000000000000000186318631863186318631863186318631863 18630000FF7F0000186318631863186318631863186318631863186300001042 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000FF0310421042104210421042 FF03104210421042104210421042FF03104210421042104210421042FF030000 0000000000000000000000000000000000000000000000000000186318631863 186300000000000000001863FF7F186300000000000000000000000000000000 0000000000000000000000000000186318631863186318631863186318631863 1863186300001863186318631863186318631863186318631863186300001042 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000FF0310421863104210421042 FF03104218631042104210421042FF03104218631042104210421042FF030000 0000000000000000000000000000000000000000000000000000186318630000 0000000000000000000000001863000000000000000000000000000000000000 0000000000000000000000000000186318631863186318631863186318631863 1863186318631863186318631863186318631863186318631863186300001042 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000FF0310421863104210421042 FF03104218631042104210421042FF03104218631042104210421042FF030000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000001042 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000FF0310421042186310421042 FF03104210421863104210421042FF03104210421863104210421042FF030000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000001042104210421042104210421042 1042104210421042104210421042104210421042104210421042104210420000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000FF03FF031042104210421042 FF03FF031042104210421042FF03FF03FF031042104210421042FF03FF030000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000FF03FF03FF03FF03FF03 FF03FF03FF03FF03FF03FF03FF030000FF03FF03FF03FF03FF03FF0300000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000424D3E020000000000003E0000002800000080000000 2000000001000100000000000002000000000000000000000200000002000000 00000000FFFFFF00F000000FFFFFFFFF00000000FFFFFFFFE000000FFFFFFFFF E0000007FFFFFFFFC000000FFFFFFFFFE0000007FFFFFFFF8000000FFFFFFFFF E0000007FFE7FFFF8000000FFFFFFFFFE0000007FFE1FFFF8000000FFFFFFFFF E0000007FF807FFF8000000FFFFFFFFFE000000FFE001FFF8000000FC0000003 F000000FF80007FF8000000FE0000007F800001FE00001FF8000000FE0000007 FC00003F8000007F8000000FE0000007FE0300FF0000001F8000000FE0000007 FE0300FF000000078000000FE0000007FE0100FF000000018000000FF000000F FE0100FF000000018000000FF000000F00000000800000038000000FF800001F 80000001800000038000000FFC00003F80000001C00000078000000FFF0300FF 80000001C00000078000000FFF0300FF80000001E000000F8000000FFE0100FF 80000001E000000F8000000FFE0100FF80000003F000001F8000000FFE0100FF C0000003F000001F8000000FFE0100FFE0000007F800003F8000000FFF0300FF F000000FF800013F8000000FFF8781FFF800203FFC0003FF8000000FFFFFFFFF F800203FFC0007FF8000000FFFFFFFFFF800003FFE020FFF8000000FFFFFFFFF F800003FFE0F1FFF8000000FFFFFFFFFF800003FFF3FBFFFC000000FFFFFFFFF F800003FFFFFFFFFE000000FFFFFFFFFF800003FFFFFFFFFF000000FFFFFFFFF FC00207FFFFFFFFF} end end